#define SQLITE_PTR_SZ 4

#ifdef RISCOS
/*#include "Libraries:CLibSupport.rmamem.h"*/
/*
#include "rmamem.h"
#define malloc(x)    rmamalloc(x)
#define realloc(x,y) rmarealloc(x,y)
#define free(x)      rmafree(x)
#define strdup(x)    strdup_(x)
*/
#endif
